home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / ams__l~1.zoo / include / cookie.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-13  |  129 b   |  9 lines

  1. #ifndef Cookie_h
  2. #define Cookie_h
  3.  
  4. int GetCookieByNumber(int i);
  5. int GetCookie(int i);
  6. int GetCookieNamed(char name[4]);
  7.  
  8. #endif
  9.